Conversation
Added a function that allows users to select a checkpoint for the training session.
Added option for user to select checkpoint
|
Hey, thanks for opening a PR! So this gives a menu of sessions to start from? Sounds nice. I think it could be factored into it's own file so it doesn't have to be duplicated across files. And it also would could be applied to the run_pretrained script. This prompts you every time no matter what though? It would be great if by default you weren't required to do this every time, maybe it could be enabled with a flag or cli argument? |
|
Good ideas, I'll keep working on it. What would you see as being the default session used if the flag wasn't used? |
|
I think there should still be a hardcoded Also make sure to pull this change I just merged in: |
Added a function that allows you to choose a session to resume training from instead of hard coding it. It chooses the steps zip with the largest number inside the session folder.